home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / windows4 / prndrv.zip / PRNDRV.DEF < prev    next >
Text File  |  1992-02-20  |  537b  |  21 lines

  1. ; Copyright (c) 1992 Microsoft Corporation. All rights reserved.
  2.  
  3. NAME           PrnDrv
  4. DESCRIPTION    'PrnDrv Application - Don Miller 1992'
  5. EXETYPE        WINDOWS
  6. STUB           'WINSTUB.EXE'
  7.  
  8. CODE           LOADONCALL MOVEABLE DISCARDABLE
  9. DATA           PRELOAD MOVEABLE MULTIPLE
  10.  
  11. HEAPSIZE       1024
  12. STACKSIZE      8192
  13.  
  14. SEGMENTS      _MAIN PRELOAD MOVEABLE DISCARDABLE
  15.               _INIT PRELOAD MOVEABLE DISCARDABLE
  16.               _TEXT PRELOAD MOVEABLE DISCARDABLE
  17.  
  18.  
  19. EXPORTS       MainWndProc
  20.               AboutDlg
  21.